home *** CD-ROM | disk | FTP | other *** search
- inherited frmWindowMove: TfrmWindowMove
- Left = 379
- Top = 313
- HelpContext = 66
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited lblCommandName: TLabel
- Caption = ''
- end
- inherited memActionDesc: TMemo
- Lines.Strings = (
-
- 'Moves a window to the specified coordinates on the screen. To s' +
- 'earch for partial '
- 'window titles, use wildcard characters * and ?.')
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- inherited tbsAM5Main: TTabSheet
- object Label4: TLabel [1]
- Left = 10
- Top = 168
- Width = 185
- Height = 13
- AutoSize = False
- Caption = '&Position:'
- FocusControl = cboPosition
- end
- object lblCoordinates: TLabel [2]
- Left = 239
- Top = 167
- Width = 222
- Height = 13
- AutoSize = False
- Caption = '&Upper left corner coordinates (X,Y):'
- FocusControl = edtXpos
- end
- object lblMouseLocation: TLabel [3]
- Left = 239
- Top = 204
- Width = 178
- Height = 14
- AutoSize = False
- Caption = 'Current mouse location:'
- end
- object lblPressInsert: TLabel [4]
- Left = 10
- Top = 205
- Width = 199
- Height = 37
- AutoSize = False
- Caption = '(Press the insert key to capture)'
- WordWrap = True
- end
- object lblPosition: TLabel [5]
- Left = 443
- Top = 206
- Width = 16
- Height = 13
- Alignment = taRightJustify
- Caption = '1,1'
- end
- inherited cboWindowTitle: TComboBox
- OnDropDown = cboWindowTitleDropDown
- OnKeyUp = cboWindowTitleKeyUp
- end
- inherited cbIncludeHiddenWindows: TCheckBox
- Top = 56
- end
- inherited WindowHandlePnl1: TWindowHandlePnl
- Top = 71
- end
- object cboPosition: TComboBox
- Left = 10
- Top = 184
- Width = 204
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- OnChange = cboPositionChange
- OnKeyUp = cboWindowTitleKeyUp
- end
- object edtXpos: TEdit
- Left = 239
- Top = 183
- Width = 105
- Height = 21
- TabOrder = 4
- OnKeyUp = cboWindowTitleKeyUp
- end
- object edtYpos: TEdit
- Left = 354
- Top = 183
- Width = 105
- Height = 21
- TabOrder = 5
- OnKeyUp = cboWindowTitleKeyUp
- end
- end
- end
- end
- inherited dxSIBarManager: TdxBarManager
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- Control = lsvAM5Errors
- PopupMenu = dxCheckPopup
- end>
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- inherited dxCheckPopup: TdxBarPopupMenu
- ItemLinks = <
- item
- Item = itmCheckAllErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end
- item
- Item = itmCheckNoErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end>
- end
- end
-